home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WW3DKit / RIBOption.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  343 b   |  17 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. #import "RIBCommand.h"
  5.  
  6. @interface RIBOption:RIBCommand
  7. {
  8.    char  *theName;
  9. }
  10.  
  11. - setName:(RtToken)newName
  12.      n:(int)newN tokens:(RtToken *)newTokens parms:(RtPointer *)newParms archiveVector:(char **)newArchiveVector
  13.      printfTypeVector:(int *)newPrintfTypeVector printfNVector:(int *)newPrintfNVector;
  14.  
  15.  
  16. @end
  17.